home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / utility / uuexe656.zip / UUDEDROP.BAT < prev    next >
DOS Batch File  |  1996-10-18  |  221b  |  9 lines

  1. @echo off
  2. rem use this as a drop target for .uue files on Win95
  3. rem rename below to contain the correct path to uudecode
  4. rem for example: c:\utility\uudecode etc.
  5.  
  6. ???\uudecode %1 *\
  7. echo .
  8. echo Done Decoding %1
  9.